Uncategorized APIClass ObjectCameraOtho ClassOn this pageCameraOtho Class Description: A class for creating CameraOtho objects. __call Type: Metamethod. Description: Creates a new CameraOtho object with the given name. Signature: metamethod __call: function( self: CameraOthoClass, name?: string --[[""]] ): CameraOtho Parameters: ParameterTypeDescriptionnamestringThe name of the CameraOtho object. Defaults to an empty string. Returns: Return TypeDescriptionCameraOthoA new instance of the CameraOtho object.